home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / shared.Dir / 00885.ls < prev    next >
Encoding:
Text File  |  1995-06-15  |  177 b   |  10 lines

  1. on startMovie
  2.   set the exitLock to 1
  3. end
  4.  
  5. on keyDown
  6.   if the commandDown and ((the key = ".") or (the key = "q")) and (the exitLock = 1) then
  7.     go(1, "credit")
  8.   end if
  9. end
  10.